newnode icon indicating copy to clipboard operation
newnode copied to clipboard

Can't run project on iOS simulator on M1 macbook

Open Petr-Kubista opened this issue 2 years ago • 0 comments

When building a project linking NewNode through SPM, I'm getting the following error:

error build: Missing path (/Users/<user>/Library/Developer/Xcode/DerivedData/<project-name>-bjpqxpyfdqtzrxbstowuyrfgmuat/SourcePackages/checkouts/newnode/NewNode.xcframework/ios-arm64_x86_64-simulator/Headers) from XCFramework 'NewNode.xcframework' as defined by 'HeadersPath' in its Info.plistfile I'm building on a MacBook Pro (14-inch, 2021) with Apple M1 Pro chip.

This only happens when building for a simulator. On a real device, the project runs correctly.

No other SPM dependency seems to be having an issue.

Let me know if I can provide any additional details.

Petr-Kubista avatar Oct 18 '22 11:10 Petr-Kubista