Duell10111 / ReactTube

Youtube player mainly developed for usage on Apple TV
24 stars 1 forks source link

Confused on how to do LOCALBUILD #22

Closed yodaluca23 closed 2 months ago

yodaluca23 commented 4 months ago

I am stuck on this part:

This is what I see, what do I change?

image
yodaluca23 commented 4 months ago

Could you just make a pre-compiled .ipa?

Duell10111 commented 4 months ago

I am stuck on this part:

  • Go to the project settings and configure your reacttube target.

  • Change the build configuration to Release in your schema.

This is what I see, what do I change?

image

I am currently unfortunately not on my computer, but you have to left click on the reacttube next to the tvOS downloading text of your image. Afterwards you have to click on the edit schema button and there you can change your build configuration to release. :)

Duell10111 commented 4 months ago

Could you just make a pre-compiled .ipa?

It's planned to do this, but I just did not have time to integrate this in the GitHub CI

Duell10111 commented 4 months ago

Could you just make a pre-compiled .ipa?

I tried to build some ipas, but I am unsure if they work. :D

yodaluca23 commented 4 months ago

Could you just make a pre-compiled .ipa?

I tried to build some ipas, but I am unsure if they work. :D

Ooo I'll have to try them, I did get it to work installing it from Xcode.

Duell10111 commented 2 months ago

Will close this issue with the merge of https://github.com/Duell10111/ReactTube/pull/24. :)

yodaluca23 commented 1 month ago

Could you just make a pre-compiled .ipa?

I tried to build some ipas, but I am unsure if they work. :D

I used this, and was able to successfully use them with sideloadly https://github.com/timmiehaha/ipagen Though, I would run this to re-enable Xcode code signing afterwards...

plutil -replace DefaultProperties.CODE_SIGNING_REQUIRED -string YES /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist