tidev / hyperloop.next

Hyperloop Next version (we forgot the version number at this point)
Other
7 stars 4 forks source link

fix: exclude arm archs for simulator builds #343

Closed janvennemann closed 3 years ago

janvennemann commented 3 years ago

Building the Hyperloop example app with Xcode 12 GM fails due to linker issues. Building with the beta version seems to work fine. The only way i could find to get it to work with Xcode 12 GM is to add the lines from this PR to the module.xcconfig. They basically exclude arm architectures for simulator builds.

Solution is taken from https://github.com/Carthage/Carthage/issues/3019

ssjsamir commented 3 years ago

FR Passed: Able to build Hyperloop examples app on Xcode 12 and 12.2 Beta.

Test Environment

MacOS Big Sur: 11.0 Beta 7
Xcode: 12.0 
Xcode: 12.2 Beta
Java Version: 1.8.0_242
Android NDK: 21.3.6528147
Node.js: 12.18.1
""NPM":"5.0.0","CLI":"8.1.1""
iphone 8 Sim (14.0 Beta)
iphone 8 Sim (14.2 Beta)