Search results for

missing package product

50,262 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 9 battery life
I have tried killing apps, which stopped affecting battery issues in ios 8 beta 4 if the app was properly updated for BGD Refresh, and also just letting them all stay open that I use regularly (there were 30 in the background yesterday). Both ways on iOS 9 b1 didn't change the crazy fast battery drain.Example: I went to Jurassic World on Thursday arriving at 7:15 pm for the 8 pm showtime and unplugged from the car with 88% on my iPhone 6 (Apple Watch at 70%).At the start of the movie, granted I had checked in on Swarm/FourSquare, looked at local weather, checked my RunPee App as to not miss any crutial parts of the film, and checked my After Credits App for possible after credit alerts (there aren't any), the iPhone 6 was at 70% (Watch holding at 68%).Fast forward 124 minutes + ~15 for previews, basically ~2hrs 20min and much to my dismay iPhone 6 at 25%, Watch at 40%. I do remember receiving about 10 news/weather alerts, and about the same in other notifications (phone on Vibrate, and Watch on mute
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
firstMatchInString
/ import UIKit import Foundation / var arr = [Zero,One,Two0,, 3, Four)-, Fi-ve] / let regex = NSRegularExpression(pattern: .*([^A-Za-z0-9]).*, options: nil, error: nil)! / for var i = 0; i < arr.count; i++ { var regResult = regex.firstMatchInString(arr[i], options: nil, range: NSMakeRange(0, count(arr[i]))) if regResult != nil { / var loc = regResult!.rangeAtIndex(1) // returns (4,1)(5,1)(2,1) }The second value for regResult!.rangeAtIndex(1) should be (4,1) not (5,1). For some reason firstMatchInString is returning the last match in the string and not the first. Is this broken or am I missing something?
1
0
415
Jun ’15
App transfer and release
I hava an app, which was belong to a developer account. Now I transfered it to a new developer account. i released the installtion package by this new developer account. The problem is the new installtion package can update the old app(released by the old developer account) on the mobile(below 8.1.3). But the new installtion package can not update the old app on the mobile(8.1.3 or above 8.1.3). Why? How to resolve?
Topic: UI Frameworks SubTopic: AppKit Tags:
1
0
152
Jun ’15
Reply to Problems with Protocol-Oriented Design
So maybe I don't get what you are saying with your first example.struct MergedCollection<T where T : CollectionType> { var data : [T] init(collections: [T]) { data = collections } } let items1 = [1, 2, 3] let items2 = [4, 5, 6] let c = MergedCollection<[Int]>(collections: [items1, items2])Isn't this what you are tasking for? The ability to store multiple collections that hold a type of T that implements CollectionType?Also, if you need a library to accept any type of book, then right, the protocol cannot be generic because the type information is important. Instead, do something like this:struct ContentManager<T> { } protocol AnyBook { var identifier: String { get } init(identifier: String) } protocol Book : AnyBook { var contentManager: ContentManager<Self> { get } } struct LocalBook : Book { let identifier: String let contentManager = ContentManager<LocalBook>() init(identifier: String) { self.identifier = identifier } } struct RemoteBook : Book { let identifier: String let con
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to App usage details?
OS X....that detail I missed, sorry. 'app' means iOS - application means OS X, to me 🙂Maybe those applications will be included after the beta is closed. File a bug to let them know you'd like to see it, perhaps.
Topic: UI Frameworks SubTopic: AppKit Tags:
Jun ’15
fatal compiler error: PCH
First attempt building our code base in xCode7 for iOS -- getting a fatal error in the backend running ProcessPCH++. I've included the output below.Is there any further diagnostic details we can turn on to provide information? This is a LARGE codebase, and the chances of me being able to supply it to Apple as-is is zero.COMPILER ERROR==============fatal error: error in backend: Broken module found, compilation aborted!clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)Apple LLVM version 7.0.0 (clang-700.0.53)Target: arm-apple-darwin14.3.0Thread model: posixclang: note: diagnostic msg: PLEASE submit a bug report to http:/ and include the crash backtrace, preprocessed source, and associated run script.Command /Applications/Xcode_7.0-beta1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 11PCH CALL========ProcessPCH++ /Users/XXUSERXX/Library/Developer/Xcode/DerivedData/app-dkfbghqolkiziwhjwearcxydwgsm/Build/Intermediates/Precompil
2
0
2.6k
Jun ’15
Reply to swift 2 - Receiver "Some_Swift_Class" for class message is a forward declaration
Those are the docs to read, but to make Swift code work within objC, it's the automatically generated Swift header he needs to import into the obj-c. It doesn't show up in the project anywhere, but Xcode creates it automatically.The name of that header will be the name of the product module (usually the project name) followed by -Swift.hSo if your product module is MyApp, the import would be#import MyApp-Swift.h
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
iOS 9 Safari full site request
Using the iOS 9 beta I've noticed the 'request full site' feature is missing from safari, does anyone know if it's just because of the beta or if it's been removed? There's still a lot of documentation I've not looked at yet. Aside from that I'm having a lot more trouble with it he 9.0 beta than I did from 8.0, - battery life - networking ( cell & wifi ) - crashing - slow It's very hard to test apps on such an unfinished operating system, can't tell if the app or the OS is the problem half the time.
1
0
134
Jun ’15
Reply to iOS 9 battery life
I've seen the same problem, though I've noticed that if I turn off wifi, bluetooth and cellular data the battery drain is almost gone. After turning off all these services my iphone 6 only lost 3% in standby over the course of the night instead of 20-25%.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Xcode Server Sigining Product
I am not being able to sign my Product. It stucks in step 6 when running my continuous integration. Actually there is also another weird thing happenning.In OS X Server Xcode preferences pane I added my developer account to enable Xcode Server sign my .ipa file. But in OS X Server Logs I saw something like thisJun 15 10:26:05 blabla.com.tr xcscontrol[961]: DeveloperPortal: Completed request 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62 (failure): { DTDK_Platform = ios; creationTimestamp = 2015-06-15T07:23:44Z; httpCode = 200; protocolVersion = QH65B2; requestId = 8331BF8B-EA0B-4C99-987F-8F3E9ECCED62; requestUrl = https://developerservices1.apple.com/services/QH65B2/ios/downloadTeamProvisioningProfile.action; responseId = 5544ef83-0af3-441f-acf7-ea931331f3a5; resultCode = 3170; resultString = No team member found for teamId 'TEAMID_XXXX' and teamClientUid 'CLIENTUID_XXX'; teamId = TEAMID_XXXX; userLocale = en_US; userString = Unable to find a team with the given Team ID 'XXX.XXX.XXX' to which you belong. Pleas
9
0
3.2k
Jun ’15
Reply to iOS 9 battery life
Here part of battery life loss seems to depend on active screen display. Before iIS9, screen display burned battery at some rate we'll call X$ an hour. With 9B1, this seems more like 3X or 4X.So before a clock display might have burned 25% over the course of a night (7 hours), but now it might be 75%. The new Battery tracking option in settings shows similar loss due to Home Screen display.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Updating Default Route Entry of Physical Interface Takes 1 Minute
I created a Logical interface using my VPN Application and added the default route - in routing table as my logical interface.To Add the default route programmatically, I have to delete the existing default and then to add.Once added, the system is updating the routing table with the default entry of the physical interface in the following two scenarios.When the machine is rebooted or its the first time launching of the VPN application --- the system is taking exactly 65 seconds to update the routing table with the default route entry of the physical interface.In other normal cases --- the system is immediately updating the routing table with the default route entry of the physical interface once the application has added the route entry for the logical interface.Due the 65sec delay, the system is losing internet connectivity for 65 seconds.Is there any solution to overcome this delay?Or is it the default behaviour of MAC?I tried flushing the arp tables and routing tables also but still the delay per
0
0
145
Jun ’15
Universal Links
Hi,I try to use universal Links see in WWDC Session (509)I put my apple-app-site-association into my root website{ applinks: { apps: [], details: { SVNXXXXX.ch.myapp.myapp: { paths: [*] } } } }I have activated associated domains and provide this file in my project :<?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -/ <plist version=1.0> <dict> <key>com.apple.developer.associated-domains</key> <array> <string>applinks:www.myapp.ch</string> <string>applinks:myapp.ch</string> </array> </dict> </plist>And into my delegate I have : func application(application: UIApplication, continueUserActivity userActivity: NSUserActivity, restorationHandler: ([AnyObject]?) -> Void) -> Bool { if userActivity.activityType == NSUserActivityTypeBrowsingWeb { let webURL = userActivity.webpageURL! print(webURL) } return true }If I click to link with or without HTTPS and with or without www it's safari who is displayed, never appSomething I
12
0
4.9k
Jun ’15