Ad Hoc iOS App on 7.0.1 without internet access

2015-10-12 Thread Applelists
Hoi, I’m having trouble signing ad hoc versions of iOS apps locally. xCode insists on connecting over the net to fetch some “team list” when it shall export from the organizer. Afterwards (!) it has done this I still can select my local assets - but it has to see an apple server before.

Re: Ad Hoc iOS App on 7.0.1 without internet access

2015-10-12 Thread Jens Alfke
> On Oct 12, 2015, at 10:33 AM, Applelists wrote: > > Just imagine I’d be in the middle of yellow mainland or whereever peeky nses > sniff internet traffic. And some great Apple feature forces me to send very > sensitive data over internet just to export an ad hoc (for

Re: Ad Hoc iOS App on 7.0.1 without internet access

2015-10-12 Thread Alex Zavatone
You can use your local assets. At least you could in 6.4. On Oct 12, 2015, at 1:33 PM, Applelists wrote: > Hoi, > > I’m having trouble signing ad hoc versions of iOS apps locally. > > xCode insists on connecting over the net to fetch some “team list” when it > shall export from the

Re: Ad Hoc iOS App on 7.0.1 without internet access

2015-10-12 Thread Applelists
> On 12.10.2015, at 20:28, Jens Alfke wrote: > > >> On Oct 12, 2015, at 11:09 AM, Applelists wrote: >> >> No - checking if their stuff is safe is not an option. >> I just want to use local assets without having any connection. Hence the >> sense

Segueing to different views from a table?

2015-10-12 Thread Alex Hall
Hello all, I've set up a couple more table views with navigation controllers and detail views, and it's all working perfectly--thanks to everyone for all the help. Right now, all the cells in a given table segue to the same detail view, but I might have to make a table which could segue to

Adding a dependent framework in Xcode-hosted unit tests?

2015-10-12 Thread Rick Mann
I want to be able to build and run some unit tests even though my iOS app target doesn't successfully build (that is, only the files that are part of the unit test build). So I changed the Host Application to None. But I don't see a way to add the system Frameworks that the unit tests need. Is

Re: Segueing to different views from a table?

2015-10-12 Thread Quincey Morris
On Oct 12, 2015, at 13:45 , Alex Hall wrote: > > I'm guessing the best thing to do is to set each cell's segue in code, when > that cell is made? Or you could add second prototype cell to the table in IB, and give it a different segue. Your data source would create one or

Re: Segueing to different views from a table?

2015-10-12 Thread Alex Hall
> On Oct 12, 2015, at 17:02, Quincey Morris > wrote: > > On Oct 12, 2015, at 13:45 , Alex Hall > wrote: >> >> I'm guessing the best thing to do is to set each cell's segue in code, when >> that cell is

Re: Segueing to different views from a table?

2015-10-12 Thread Kyle Sluder
On Mon, Oct 12, 2015, at 03:45 PM, Alex Hall wrote: > I'm guessing the best thing to do is to set each cell's segue in code, > when that cell is made? I know what the cell references in the data, so I > can just look at the data and determine the segue needed, then set it. Is > there a

'Back button' title for navigation item not sticking

2015-10-12 Thread Alex Hall
Hi all, I have a navigation item inside a view, which is a couple levels inside a navigation controller's stack. I can change the title of the navigation item through the "title" attribute (in IB) with no trouble. However, when I entered some text for the "back button" title, Xcode shows that