Skip to content

Conversation

mstorsjo
Copy link

@mstorsjo mstorsjo commented Jul 4, 2017

Xcode 8.3.3 contains the following directories in
Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport:
10.0 8.1 9.1
10.1 8.2 9.2
10.2 8.3 9.3
10.3.1 (14E8301) 8.4
8.0 9.0

Despite this, this version of Xcode can run code on iOS devices
running iOS 10.3.2 as well.

Therefore try with a pattern of ".*", which for 10.3.2
matches when the last version component has been stripped, into 10.3.

This fixes the latest occurrances of github issue #171.

Xcode 8.3.3 contains the following directories in
Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport:
10.0			8.1			9.1
10.1			8.2			9.2
10.2			8.3			9.3
10.3.1 (14E8301)	8.4
8.0			9.0

Despite this, this version of Xcode can run code on iOS devices
running iOS 10.3.2 as well.

Therefore try with a pattern of "<version>.*", which for 10.3.2
matches when the last version component has been stripped, into 10.3.

This fixes the latest occurrances of github issue ios-control#171.
@mstorsjo mstorsjo mentioned this pull request Jul 4, 2017
@gusc
Copy link

gusc commented Jul 31, 2017

We ran into the same problem, now with iOS 10.3.3. For now we fix it by symlinking the 10.3.1 (xxxx) directory to 10.3. I hope this get's merged soon.

@shazron
Copy link

shazron commented Aug 9, 2017

Related: #292

@shazron shazron added this to the 1.9.2 milestone Aug 9, 2017
@shazron shazron merged commit 4124e66 into ios-control:master Aug 9, 2017
@mstorsjo mstorsjo deleted the search-path branch August 9, 2017 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants