-
Notifications
You must be signed in to change notification settings - Fork 987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwiftEmitModule normal arm64 Emitting\ module\ for\ #1322
Comments
any one who can help me. it's very important to me . |
got the same issue |
I'd suggest opening the project inside xcode and try building from there. You'll probably get better insight on what is the actual cause of the build failure. The posted error message tells us absolutely nothing other than it's attempting to build a swift module and that build failed. Error code 65 is a general error code, xcode uses it for nearly all errors. You can find the xcode project at Cmd + b, or |
Same issue here, I'm able to run the app in Xcode 14.3 but getting this error when building the project in the AppCenter |
Same issue here. Is there any solution to this? Using Xcode 14.3 and facing for app center release. |
Hi guys, the issue we had was that during the build in app centre, the contents.xcworkspacedata have tried to use default
rather than
Which caused the swift module not knowing what to bundle |
My project already had correct location written (with my project name). my error looks like this:
my noop_file.swift is empty, it only contains 3 lines of comments.
If anyone knows how to fix it, please tell us. |
I have the same error. The build fails everytime. First I get this warning:
And following that message I also get the BUILD FAILED error like this:
I wonder if these 2 are related. I use Cordova 12, tried both iOS 7 and iOS 6.1.1, XCode 15.0.1, POD Version 1.14.2 and MacOS 14.1. |
Ok, I tried to build the same from Xcode and I noticed I was having an issue with a plugin. The build works fine if I remove the following 2 plugins:
After that I removed and added the iOS platform again and it worked. Atleast I was able to narrow down the source in my project. |
Same issue here and able to break it down the same way @Mr-Anonymous did. |
From X-code its working fine but when i run using yarn ios/ react-native run-ios then it will give this : |
same error lol.. |
maybe try |
Bug Report
Problem
What is expected to happen?
What does actually happen?
Information
Command or Code
build error message output below:
Environment, Platform, Device
ionic cordova
mac os 13.3.1 (22E261)
Version information
Xcode Version 14.3 (14E222b)
ionic: v3
"cordova-ios": "^6.3.0"
Checklist
The text was updated successfully, but these errors were encountered: