Replies: 2 comments
-
I am having same build failures on a 2019 MacBook Pro Intel: many of these types of warnings:
|
Beta Was this translation helpful? Give feedback.
-
So the issue is that nativephp ios build libraries dont support Intel Macs with x86_64 simulators. Have to wait for an update maybe or use a Silicon based mac. Or.. you can use a real iPhone in developer mode attached to your mac via USB as I have and it works great. you will need to install Cheers, Tom. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
ld: warning: ignoring file '/nativephp/nativephp/ios/Libraries/iphonesimulator/libcrypto.a(libcrypto-lib-poly1305.o)': found architecture 'arm64', required architecture 'x86_64'
ld: warning: Could not parse or use implicit file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/SwiftUICore.framework/SwiftUICore.tbd': cannot link directly with 'SwiftUICore' because product being built is not an allowed client of it
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/navalkishoregr/Projects/cine-artery/nativephp/nativephp/ios/build/Build/Products/Debug-iphonesimulator/NativePHP-simulator.app/NativePHP-simulator.debug.dylib normal (in target 'NativePHP-simulator' from project 'NativePHP')
Building workspace NativePHP with scheme NativePHP-simulator
(2 failures)
Beta Was this translation helpful? Give feedback.
All reactions