Xcode distributed build not working
Here is my test setting: 2 Computers (MacPro 8 cores, Mac mini 2 cores), same MacOSX version (10.6.5 10H574, i386), same Apple clang version 2.0, same Xcode version (Version 3.2.5)
it simply wont get started. When I cleaned all targets on the mac mini and started distributed build, no activity was seen on the mac pro. Under Xcode preferences -> distributed builds they see each other. No Firewall involved or similar. Network is gigabit ethernet... I even tri开发者_JAVA技巧ed running with the same user and in 32 bit mode like many people are saying.
does anybody knows how to get it to work?
You Bundle identifier and the Distribution profile bundle identifier should be same
Add armv6 and armv7 in Architectures and Valid Architectures under Targets.
Build Active Architectures only to "NO" this should be done under Targets.
Have you selceted the proper distribution profile in Targets?
Have you tried the following one ?
Product -> Build For -> Build For Archiving
You can find the distribution build in Organizer->Archives.
精彩评论