From: Manfred B. <man...@gm...> - 2011-01-14 15:04:26
|
Alright. I've tried this with a fresh checkout myself and made some minor fixes. Here is what you do: 1. checkout Macsword2 trunk: svn co https://macsword.svn.sourceforge.net/svnroot/macsword/macsword/trunk macsword 2. cd sword_src 3. checkout SWORD: svn co https://crosswire.org/svn/sword/trunk sword-trunk 4. cd sword_src/sword-trunk/bindings/objc 5. cd dependencies 6. download dependencies: ./retrieve.sh 7. build clucene cd ../build_clucene ./build_mac_clucene.sh fat release 8. build SWORD lib cd ../build_sword ./build_mac_sword.sh fat release 9. open MacSword Xcode project 10. open MainMenu.xib and click "Continue" on the missing plugin requester 11. build MacSword Let me know if this works. Manfred Am 14.01.2011 um 14:52 schrieb Ivan Kalaica: > Hey Manfred, > > Thank you for fast response. Unfortunately I get same thing even after adding xcode project at that path and running that script. Is there a way you can share with me the full project with sword library with in it?<Screen shot 2011-01-14 at 14.47.32.png> > > Cheers, > Ivan Kalaica > > iPhone Development > http://surgeworksmobile.com > http://surgeworks.com > http://inchoo.net > iva...@su... > > On 14. sij. 2011., at 14:31, Manfred Bergmann wrote: > >> Hello Ivan. >> >> You need to checkout the SWORD library code which includes the ObjC framework under "bindings/objc". >> The Xcode projects expects the SWORD source folder called "sword-trunk". >> >> So that you have a folder structure like: >> sword_src \ >> sword-trunk \ >> bindings \ >> objc >> >> >> Please read the README file in this folder. >> Additionally you need to execute the "retrieve.sh" script in "dependencies" folder there. >> >> >> Let me know if this worked. >> >> >> Regards, >> Manfred >> >> >> >> Am 14.01.2011 um 13:25 schrieb Ivan Kalaica: >> >>> Hello all, >>> >>> I need help in importing ObjCSword.xcodeproj into MacSword2 xcode project. After I make svn checkout (with svn co https://macsword.svn.sourceforge.net/svnroot/macsword macsword) and build and run project ObjCSword.xcodeproj is missing. Can some send me a this? >>> >>> Cheers, >>> Ivan Kalaica >>> >>> iPhone Development >>> http://surgeworksmobile.com >>> http://surgeworks.com >>> http://inchoo.net >>> iva...@su... >>> >>> ------------------------------------------------------------------------------ >>> Protect Your Site and Customers from Malware Attacks >>> Learn about various malware tactics and how to avoid them. Understand >>> malware threats, the impact they can have on your business, and how you >>> can protect your company and customers by using code signing. >>> http://p.sf.net/sfu/oracle-sfdevnl_______________________________________________ >>> Macsword-develop mailing list >>> Mac...@li... >>> https://lists.sourceforge.net/lists/listinfo/macsword-develop >> > |