dexy58 commented on issue #1322:
URL: https://github.com/apache/cordova-ios/issues/1322#issuecomment-1825546320

   > Hi guys, the issue we had was that during the build in app centre, the 
contents.xcworkspacedata have tried to use default
   > 
   > ```
   > <FileRef
   >     location = "group:project.xcodeproj"> 
   >  </FileRef>
   > ```
   > 
   > rather than
   > 
   > ```
   > <FileRef
   >   location = "group:MyProjectName.xcodeproj">
   > </FileRef>
   > ```
   > 
   > Which caused the swift module not knowing what to bundle
   
   My project already had correct location written (with my project name).
   I'm also having the exact same issue when I build my iOS react-native 
v0.72.7 build on appcenter, with xCode 14.2 and Node version 18.x selected.
   
   my error looks like this:
   
   ```
   The following build commands failed:
        SwiftEmitModule normal arm64 Emitting\ module\ for\ swcclientapp (in 
target 'swcclientapp' from project 'swcclientapp')
        SwiftCompile normal arm64 Compiling\ noop-file.swift 
/Users/runner/work/1/s/ios/swcclientapp/noop-file.swift (in target 
'swcclientapp' from project 'swcclientapp')
   (2 failures)
   ```
   
   If anyone knows how to fix it, please tell us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to