How to build rebuild my own SDK on iOS?
See original GitHub issueI change something in Toolbox.js
for the purpose test rebuilding on iOS as follow:
xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive
I get the JitsiMeet.framework
under ios/sdk:
I copy it into my project and run success, but it doesn’t work! The button surposed to be heere In the conference UI.
Would you point out the way to do it?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Creating a Framework for iOS - RayWenderlich.com
Select your project in the Project navigator and choose CalendarControl in Targets. Open the Build Settings. Then set Build Libraries for ...
Read more >Building the AWS SDK for iOS from Source
Open the AWSiOSSDK.xcodeproj project and select the Framework scheme. It does not matter what device architecture you select. selecting the ...
Read more >Do I have to rebuild my app for every iOS new version release ...
With every new XCode release, do I have to rebuild and publish my application in order to make it available at the AppStore...
Read more >My Widget Extension will not build with Bitcode
You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), ... 2 of the libraries are my own, one in fact is actually...
Read more >Building Standalone Apps - Expo Documentation
iOS · To run it on your iOS Simulator, first build your project with the simulator flag by running expo build:ios -t simulator...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Insfgg99x @saghul I made the changes in Toolbox.js and i rebuild the target and copied to framworks in my own xcode project. But changes are not reflected. Could you please guide me?
did you manage to rebuild the sdk?