Skip to content
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

Closed
ichan-mb opened this issue Oct 23, 2020 · 2 comments · Fixed by #384
Closed

Unable to run iOS app on Simulator #364

ichan-mb opened this issue Oct 23, 2020 · 2 comments · Fixed by #384
Assignees

Comments

@ichan-mb
Copy link
Member

On XCode 12 later, when building an app, it crashes with a log as seen below:

image

I guess it has something to do with a prebuilt library architecture

@mortend
Copy link
Member

mortend commented Jan 14, 2021

Basically you have to exclude arm64 for simulator architecture both from your project and the Pod project,

https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-object-file-built-for-ios

@mortend
Copy link
Member

mortend commented Jan 14, 2021

Fixed locally. PR coming soon.

@mortend mortend self-assigned this 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 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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants