jvalley
Aspiring developer
Profile
Posts: 456
Reg: Feb 16, 2013
Green Bay,Wi
9,360
04/24/13 06:30 AM (12 years ago)

Update code in xcode

I downloaded some new plugin i want to implement into my app on xcode.. because these plugins werent in the download the first time and i have changed some of the code within xcode. How do i get this new package into xcode without having to redo the manual coding within. I tried just to drag i the new plugin folders but that didnt work
 
Kittsy
buzztouch Evangelist
Profile
Posts: 2251
Reg: Feb 22, 2012
Liverpool
31,360
like
04/24/13 07:16 AM (12 years ago)
2 options Option 1 Download the source code again find that plugins foled and drag that into your original xcode project (DO NOT RUN THE NEW XCODE PROJECT it cause so many issues. Option 2 Download the self hosted version and drag the ios files into the project. Yo will tehn need to change all the instances of BT_appDelegate to yourApp_appDelegate there are at least 3 incidences of thsi in each .m Possible disadvantages Option 1 uses an API call Option 2 requires a little coding
 
guisante
Aspiring developer
Profile
Posts: 290
Reg: May 14, 2011
Spain
14,500
like
04/25/13 09:46 AM (12 years ago)
For me the option 1 was the solution. Good luck!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.