I am trying to fill a table in a today extension each time a user swipes it. I managed to have it working fine the first time the extension is opened, yet when I close and reopen it the cell does not get populated notwithstanding the source is correctly populated. When I look at the logs it looks like just:func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Intis called but no:func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCellMoreover I have really no cue about how to handle the session among the widget openings. If I invalidate it when I exit the extension, then it finds it invalidated on return, if I put it to nil and regenerate it or I just ignore it when exiting I get:A background URLSession with identifier .... already exists!and sometimes even the nasty:Attempted to create a task in a session that has been invalidated even the first time.This latter usually solved by cleaning the Derived folder.This is the piece of Swif
Search results for
missing package product
50,399 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
If you look hard enough, there are a few sites already listing the URL to download the update as a .pkg file direct from Apple's CDN. I'm not going to post the link though, you'll have to find it yourself. You might want to get the Recovery partition update too if you decide to go ahead with the pkg rather than App Store
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm not seeing a way to enable it in the asset catalog with a new project. Am I missing something or is this a bug?
I have a 1.4gb file residing in my iCloud drive which I did download to one test device.I dont see any option to free the taken up storage from the download, short of deleting the file from iCloud entirely.Does that happen automaticly when the device runs out of free storage or is that case just simply missing?
I've checked over the Apple support documention relevant to your situation and the only recovery key is created at the time you encrypt instead - this is stored locally on your OS partition and for you this is now gone sadly.I've also looked at the main forums (discussions.apple.com, forums.macrumors.com etc.) for others with the problem you're facing, and I'm afraid there are no solutions for losing the password and the recovery key for an encrypted time-machine backup on a non-timecapsule external drive... SorryI have my fingers crossed that you maybe used the same password for something else around that time that you can find somehow. The Keychain access utility can be good for that - it stores a lot of passwords and there's an option to view them (requires your sys admin password from your new OS X install)Best of luck...
Topic:
App & System Services
SubTopic:
Core OS
Tags:
This is a very common problem since the merging of the iOS and OSX Developer Program. Many of the Developer website funtions do not work properly with Safari. When using other products like Exployer they do. When using an alternate browser on the Mac, I have experience the message that the Redemption code has been used. Max108 - you start at the Developer website and then when you go download it opens the App Center with that message.The characteristics on how to download betas have change since the merging of iOS and OS X along with the release of El Capitan.So you really can't help, because you have absolutly no clue by asking that question of LarryKa.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
So the issue has gotten worse with Beta 2. Very confusedPackage Summary:1 package(s) were not uploaded because they had problems: /var/folders/yc/65_yjgfd0g76td7376jb4xnw0000gn/T/BC872C8A-7723-4C91-9F2B-DDC14B002E9C/1000756457.itmsp - Error Messages: ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCore.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCoreLocation.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/ ERROR ITMS-90171: Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftUIKit.dylib' is not permitted. Your app can’t contain standalone executables or libraries, ot
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
photostream missing was mising from iOS beta 1 and now as well in beta 2. Is this the case for everyone?
Is the using of Xcode 7 is a solution? What about Swift 2? It differest from 1.2 and I can't continue to develop on machine with Beta OS. That is ridiculous. I don't have 2-3 macs. I'm using one macbook and can't continue and finish a product. Becasue using Xcode 7, I even can't post apps to AppStore.That is sounds very not good.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Yes. The solution is: don't install a beta OS if you need production tools to be reliable.A possible workaround I saw in one of the many other threads on this issue may be to start Xcode from the command line. Sorry I don't have a link; you'll have to do a search.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
I need to make our app to support arm64 in order to submit it to the Apple Store. There are many files for C code without function prototypes. Is it necessary to add the function prototypes for all the C files?I understand that XCode will generate compile errors if the function prototypes are missing when arm64 is turned on, but it seems that there is a way to supresss the errors due to missing funciton prototypes when compiling those C files. Does the Apple submission process care if I suppress those errors in Xcode?
In addition to requesting a review through DTS you could also do it directly with App Review.But first - did you remember to include the IAPs with the binary somewhere in iTunes Connect (I forgot exactly where you need to do that) and might there be an issue with validating the receipt not in the production environment?
Topic:
App & System Services
SubTopic:
StoreKit
Tags:
Someone at my organization asked if it was possible to clear an app's data without unistalling and re-installing the apps or restoring an iPad to factory settings. Does anyone previous experience in handling this? I know Cisco has a product, where you are essentially imaging the iPad so then you can quickly reset the image, but we are hoping to not use this!Any advice/help on this would be great!
As I said in your other thread, if you need to post apps to AppStore then you shouldn't be using a beta OS. That has always been true and always will be. If you have production apps (or close to production) then you absolutely must keep your development platform stable at all costs. You cannot take risks or you will get burned eventually.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
If you are having difficulties discovering your peripheral when your app is in the background or the iOS device is locked, there are a number of things to check:(not all of those will apply to your particular case, but these are good things to check for anyone having similar problems)- make sure in your code you are properly retaining your CoreBluetooth manager objects, and not inadvertently releasing them during the transition to background- if you are expecting your app to continue scanning for a peripheral for a long period after your app is backgrounded, do use CoreBlueooth preservation/restoration to allow iOS to continue scanning even after your app is removed from memory- make sure the advertising peripheral conforms with section 3.5 of Bluetooth Accessory Design Guidelines for Apple Products: https://developer.apple.com/hardwaredrivers/BluetoothDesignGuidelines.pdfIf you are getting the didDiscoverPeripheral callback as soon as you unlock the iOS device without launching your app, etc., numbe
Topic:
App & System Services
SubTopic:
Networking
Tags: