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

fix: Don't copy/modify Xcode with iOS native support disabled #1233

Merged
merged 9 commits into from
Apr 1, 2023

Conversation

bitsandfoxes
Copy link
Contributor

@bitsandfoxes bitsandfoxes commented Mar 17, 2023

Resolves #1221

The goal is to "support" exporting the game as a "library". This means the SDK needs to support building for iOS without a native SDK.

The idea is this:

  • The SDK should not modify the Xcode project with iOSNativeSupport disabled
    • No modifying of main.mm, options creation, framework/bridge copying
  • If the Xcode project has been modified in a previous build and the build gets Appended the build should fail with a clear statement to create a clean build via Replace

@vaind vaind merged commit 0e1b0a1 into main Apr 1, 2023
@bitsandfoxes bitsandfoxes deleted the fix/ios-disabled-no-framework branch December 27, 2023 14:03
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

Successfully merging this pull request may close these issues.

"po" command fails to work after importing XCFramework
3 participants