-
Notifications
You must be signed in to change notification settings - Fork 75
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
iOS missing addons libraries #603
Comments
Working PG to OSX Template log
|
I think think it tries to find a platform (libraries folder) called ios |
problem exists using the old libraries folder ^ (just testing to see)
here's with new libraries xcframework: same problem too
see ```
|
hmmm not sure what changed this was definitely working for iOS addons... can we trace this to when it broke |
macos |
I've now installed libs and built the assimpExample to test, used xcodebuild to read more clearly the errors
listing the folder we have
|
it seems to be linking against release core library there, build core to release mode and try again, why its not forwarding project target (debug/release) to the core is another problem also |
The name is so different. I dont' think that is it.
|
yeah since u have no release library in the core directory and the current project it linking see #8308 to the release it wont link. libofxiOS_iphoneos_Debug.a is ancient file, suggests clean isnt working |
the only way I could proceed here was cheating and changing |
After cleaning previous version of libs simulator opened up. so no compiling errors now.
|
it is all working OK even if the .xcframework is not showing on the sidebar, so we have a Core compilation issue on ios, and this other storyboard one. |
I just removed the assimp addons_config on master adding that simulator lib hiding it not linking at all like osx is, just need to compare whats OSX doing that iOS isnt in the PG (as simulator linking breaks device target cant be done that way) |
@danoli3 maybe you messed with your project. try to remove mediaAssets folder and run PG again. |
ofBuild look soo cool ascii styes Ah damn no libraries for addons added for iOS still @dimitre v88 ![]()
v88 (last merge) PG |
Simple Breakdown:
iOS Not working
|
PG was prepared to receive ios/iphonesim libs in a folder called "ios" |
Okay I guess I'll fix all the stuff you broke by removing the addXCFrameworks function myself then!! insanity |
Heyyy @danoli3 put it back and you will have xcframeworks again ![]() |
wtf! I swear theres gremlins messing with the code it aint me or anyone, legit there is no way in the 7 hells I would comment that out |
cherry pickles |
Now the code wont compile ! GREMLINS |
never feed them after midnight.
is there any reason adding it to the buildPhase wouldn't add it to the buildPhase? |
v0.86.0
iOS Target
same project changed to OSX target / links and works except 2 added
The text was updated successfully, but these errors were encountered: