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

'core/version.h' file not found #60

Open
kyadalu1 opened this issue Dec 16, 2023 · 1 comment
Open

'core/version.h' file not found #60

kyadalu1 opened this issue Dec 16, 2023 · 1 comment

Comments

@kyadalu1
Copy link

I am trying to get photo_picker plugin for ios to work on ios simulator. I am usin m1 mac, Godot 4.2 and xcode version is 15.0.1

When i run below command
./scripts/generate_xcframework.sh photo_picker release_debug 4.0

I get below error saying

scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o plugins/photo_picker/photo_picker_module.o -c -fomit-frame-pointer -O2 -ftree-vectorize -DNDEBUG -DNS_BLOCK_ASSERTIONS=1 -DDEBUG_ENABLED -DVULKAN_ENABLED -std=gnu++17 -DNEED_LONG_INT -DLIBYUV_DISABLE_NEON -DIOS_ENABLED -DUNIX_ENABLED -DCOREAUDIO_ENABLED -fmodules -fcxx-modules -miphoneos-version-min=10.0 -fobjc-arc -fmessage-length=0 -fno-strict-aliasing -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -fpascal-strings -fblocks -fvisibility=hidden -MMD -MT dependencies -fno-exceptions -Wno-ambiguous-macro -Wall -Werror=return-type -arch arm64 -isysroot -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -DPTRCALL_ENABLED -I. -Igodot -Igodot/platform/ios plugins/photo_picker/photo_picker_module.cpp plugins/photo_picker/photo_picker_module.cpp:33:10:{33:10-33:26}: fatal error: 'core/version.h' file not found [1] #include "core/version.h" ^~~~~~~~~~~~~~~~ 1 error generated. scons: *** [plugins/photo_picker/photo_picker_module.o] Error 1 scons: building terminated because of errors.

Does anyone has a fix for it

@BraveEvidence
Copy link

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

No branches or pull requests

2 participants