jonnevulgar / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
1 stars 0 forks source link

Compiling r527 for iOS 5.1 #298

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update Xcode to 4.3.1 in App Store
2. Connect Xcode to mobileterminal-read-only
3. Follow guidance on http://iphonedevwiki.net/index.php/Xcode to address code 
sign and provisioning profile issues.
4. Xcode no longer installs in /Developer.  Now it is in 
/Applications/Xcode.app so you need to make these changes:

/Developer/iphoneentitlements312/gen_entitlements.py
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate
/usr/local/bin/ldid
/usr/local/bin/ldid3.py

5. Then, update the MobileTerminal.xcodeproj for the "iPhone Developer" code 
sign.  Change target to your iPhone.  
6. Build

What is the expected output? What do you see instead?

Expect build.  

Instead, build gets hung in "Building MobileTerminal: MobileTerminal"  It is 
consuming about 150MB of memory and not a lot of CPU, so it looks stuck.

What version of the product are you using? On what operating system?

r527 (source)
Xcode 4.3.1
iOS 5.1
Mac OS X 10.7.3

Please provide any additional information below.

I did get a Terminal.app directory in
./Library/Developer/Xcode/DerivedData/MobileTerminal-hiyhkftnismsmrgvllgxagdxkws
i/Build/Products/Debug-iphoneos/Terminal.app

Transfered directory to iPhone /Applications.  And r527 works!

So it is possible the build completed but stopped during the deb creation.  

Original issue reported on code.google.com by fredleason@gmail.com on 11 Mar 2012 at 11:02

GoogleCodeExporter commented 8 years ago
I deleted and re-installed Xcode.app from connect.apple.com
Reapplied the changes to Info.plist as noted at the iphonedevwiki.net reference 
above.
Did a Clean and then build.

Build Completed with only warnings.  Please Close this issue.

Original comment by fredleason@gmail.com on 14 Mar 2012 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by dave.sto...@gmail.com on 8 Feb 2013 at 11:28