-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to run iOS app on Simulator #364
Comments
|
Fixed locally. PR coming soon. |
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 14, 2021
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 14, 2021
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 14, 2021
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 14, 2021
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 15, 2021
This fixes building for Simulator in Xcode 12, and also when using latest Cocoapods v1.17. * Exclude arm64 to avoid error about missing architectures when using Xcode 12. * Exclude i386 to avoid error about missing architectures when using Cocoapods v1.17. Closes fuse-open#364
mortend
added a commit
to mortend/uno
that referenced
this issue
Jan 15, 2021
This fixes building for Simulator in Xcode 12, and also when using latest Cocoapods v1.17. * Exclude arm64 to avoid error about missing architectures when using Xcode 12. * Exclude i386 to avoid error about missing architectures when using Cocoapods v1.17. Closes fuse-open#364
mortend
added a commit
that referenced
this issue
Jan 15, 2021
This fixes building for Simulator in Xcode 12, and also when using latest Cocoapods v1.17. * Exclude arm64 to avoid error about missing architectures when using Xcode 12. * Exclude i386 to avoid error about missing architectures when using Cocoapods v1.17. Closes #364
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On XCode 12 later, when building an app, it crashes with a log as seen below:
I guess it has something to do with a prebuilt library architecture
The text was updated successfully, but these errors were encountered: