Search results for

file uri scheme

79,836 results found

Post

Replies

Boosts

Views

Activity

URL scheme does not always work
Good day team,I've faced s weird problem while updating to xCode 7.3.1.I've registered my URL Scheme to my app but when I launch Safari it works only for the first time, I run it again I got the error:-Invalid AddressThere is a strange walk around I tried and works that I've to refresh Safari page (ex. navigates to http://www.apple.com) then reenter my url scheme again and it works.But I can't launch the app like that.Any suggestions?
0
0
292
Aug ’16
100 schemes xcode starts to have issues
Hello there, I have worked for about 3 companies that did white label development. To get customer facing applications, for companies that could not afford to build their own apps. Like all the colleges or all the real estate brokerages. So I have been making a new scheme for each of my new customers. This allows them to have their own assets, UI flow, colors etc.. What I have noticed is around my 100th customer. xCode starts to exhibit some odd and slow behavior. Is there a better way? Maybe one Scheme, where I could run a script on at run time? Any feedback would be greatly appreciated.
3
0
1k
Jun ’20
Xcode12.4 schemes auto-creation degradation
Hello, We moved from Xcode10 to Xcode12.4, to port our applications for M1. One degradation that we experience is that Xcode12.4 isn't creating schemes for all targets with identical names. We work with large Xcode projects that contain other projects in them and many of them have targets with the same names, for example Target_X. When opening a project like I mentioned in Xcode12.4, only one random Target_X scheme is generated while opening the same project in Xcode10.3 will generate all Target_X(project name) schemes from all the included projects in the opened one. Please consult, Thanks.
0
0
422
Jun ’21
Using Settings.app URL scheme
Hi all!We're going to let users launch Settings.app from our application, so is it possible to add URL scheme prefs to our application URL types?Is it private API or not? Will we get rejected in AppStore review for using that?let url = NSURL(string: prefs:root=Settings) UIApplication.sharedApplication().openURL(url!)
Topic: UI Frameworks SubTopic: UIKit Tags:
7
0
10k
Oct ’15
Reply to Xcode randomly modifies my scheme content
I don't claim to know what all the XML means but the change happens in my watch app schemes when I switch the selected device between the simulator and a real watch. When I select the simulator, BuildableProductRunnable is in effect but when I select a real watch, RemoteRunnable is in effect. It's almost as if the scheme has to change to allow remote debugging when using a real watch. So the state of the scheme files depends on the device selected when you last built in Xcode.
Dec ’20
Getting error using 2 of 3 schemes
I have a few build schemes in my app, they are not much different, but I needed to have different info.plists for each scheme.I created a class to store 2 strings, and made it conform to NSCoding so I could store it and retrieve it from standardUserDefaults.On the 2 schemes that are not working, I get the following error:I am running Xcode 7.2.1 (7C1002)*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (Apps_Scheme_Test.UserLocationString) for key (root); the class may be defined in source code or a library that is not linked'The first thing I thought was that I may have not included UserLocationString.swift in the target membership of those schemes. However, those schemes are checked.I also checked the Build Phases and verified that UserLocationString.swift is included in the Compile Sources section.What I did notice, is that is says object of class (App
0
0
376
Mar ’16
Reply to AVAssetDownloadTask not working in iOS 13 beta
The file I implemented has the required properties written but still doesn't work.clip_145.m3u8#EXTM3U #EXT-X-VERSION:3 #EXT-X-INDEPENDENT-SEGMENTS #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=English,LANGUAGE=en, DEFAULT=NO, AUTOSELECT=YES, URI=en.m3u8 #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=Korean,LANGUAGE=ko, DEFAULT=NO, AUTOSELECT=YES, URI=ko.m3u8 #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID=subs,NAME=Romanization,LANGUAGE=rz, DEFAULT=YES, AUTOSELECT=YES, URI=rz.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=295240,AVERAGE-BANDWIDTH=251002,CODECS=avc1.4d400c,mp4a.40.2,RESOLUTION=256x144,FRAME-RATE=29.970, SUBTITLES=subs clip_145_sub.m3u8clip_145_sub.m3u8#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:3 #EXT-X-MEDIA-SEQUENCE:1 #EXT-X-PLAYLIST-TYPE:VOD #EXTINF:2.002, clip_145_00001.ts ... ... #EXTINF:2.002, clip_145_00107.ts #EXT-X-ENDLISTNothing happens when I try to download to clip_145.m3u8. Is there another reason why it doesn't work?
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’19
How to set destination flag when in edit scheme Xcode?
I am trying to set up a bot to run a test scheme in Xcode Server. I get the following error:Bot Issue for Tapestry Bot-Test (error) No destinations were specified with the -destination flag which were valid for the specified scheme 'TapestryTests'.In reading other posts and doing searches I have seen to set the destination flag in the edit scheme option in Xcode. I have tried several places and don't know where to put this option-destination 'platform=iOS,id=SomeDeviceID' testI tried to enter screenshot but dont see an option. I am under the edit scheme screen where you set your build and run option
0
0
408
Oct ’16