question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to build rebuild my own SDK on iOS?

See original GitHub issue

I change something in Toolbox.js for the purpose test rebuilding on iOS as follow: image

xcodebuild -workspace ios/jitsi-meet.xcworkspace -scheme JitsiMeet -destination='generic/platform=iOS' -configuration Release archive

I get the JitsiMeet.framework under ios/sdk:

image

I copy it into my project and run success, but it doesn’t work! The button surposed to be heere In the conference UI.

image

Would you point out the way to do it?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
mohdsafadsaalcommented, Jun 16, 2020

@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?

0reactions
albert0mcommented, Sep 30, 2020

did you manage to rebuild the sdk?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found