Search results for

column

2,048 results found

Post

Replies

Boosts

Views

Activity

Reply to Lots of crash reports for AssetCatalogFile::Read(), maybe in background?
There is no file in my project titled AssetCatalogFileSystem.mm, which might be in a Unity lib, or is a private iOS class.This is not an iOS class. You can tell by looking at the ‘library’ column of the backtrace you posted. It shows MyAppNameHere rather than any OS library. for _platform_memmove I get more results, but nothing specifically related to Asset Catalogs. _platform_memmove is a specific implementation of memmove, that is, a function that copies bytes around in memory. It’s likely that either the source or destination pointer is invalid (hard to tell because you only posted an excerpt of the crash log). As this is crashing in Unity code, I think you should raise this with the support channel associated with Unity.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.comWWDC runs Mon, 13 Jun through to Fri, 17 Jun. During that time all of DTS will be at the conference, helping folks out face-to-face.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’16
Exporting CSV file from iOS App - Data Encoding Issue
Hi all,I am experiencing an interesting issue when attempting to create an export a CSV from data in my iOS app (swift 2.0 in Xcode 7). Below is a description of the pattern of failure. Any assistance with this would be greatly appreciated!When using UTF8 String Encoding, and sending out the email, my CSV attachment opens perfectly when opened from webmail (i.e. gmail, yahoo mail etc using a browser: chrome, safari, firefox, etc). However when opening the CSV attachment through an email account set up in Microsoft Outlook, the attachment becomes nonsensical:ezWw JiHbcZ`..7'5*^y^tSCE*^y^ySE'[ ‑+l!sk![ 6*'zh:wl~h'Ymg im1*^{‑r ]0:0‑X&{T-j;Sg# mg5 wSg# mg6JV+58&x:0‑X&{a'u8&{mxe*^y^tSD-j;R%ggM4JZ)SNtY+-x (:{tWhen i change the encoding to UTF16, now the email accounts set up in Microsoft Outlook download and open the attachment perfectly; however the webmail accounts (email through browser) download and open the attachment with the correct information, however it looks like it wasn't treated as a CS
4
0
3.1k
Jun ’16
Reply to Loosing precision of a number somewhere
I then use this value and insert it in a Local SQLite DB using the following commandWhat does your database schema look like? Specifically, what is the type of the price column? In general you don’t want to use REAL for currency values because the rules of floating point arithmetic can result in significant rounding errors. In situations like this it is better to store the number of cents in an INTEGER column (that is, fixed point arithmetic). Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: General Tags:
Jun ’16
iOS Distribution signing identity says Reset, but won't Reset
Hello. in Xcode under my signing identites list, the iOS Distribution entry has a button in the action column that says Reset. Clicking this causes the button to turn gray, and nothing else happens. When I click Done and look again at View Details, the Reset button is there again.I'm aware of the problem many have encountered with an expired WWDR Intermediate certificate, but I've got the updated one (that expires in 2023) and I've triple checked that I don't have any invalid or expired keys in my keychain.When I try to build, I get an error saying no matching provisioning profiles have been found. So I'm stuck as can be. Any thoughts or advice are greatly appreciated. Thank you!
4
0
1.5k
Jun ’16
Reply to NSTextField inside NSOutLineView w/ cocoa bindings
Assuming this is a view-based outline view, not a NSCell-based view …You can bind the text field value via the objectValue property of the cell view containing the text field. (When you try to establish the binding, the cell view will be one of two choices in the popup menu where you choose what object to bind to.)Typically, you'll have an implementation of the 'outlineView:viewFor:item' delegate method. In that method, you can set the objectValue property of the cell view you're returning to a suitable object for the column/item of the cell.Note that in a simple case, the objectValue could just be a string that's the value of the text field, or it can be a custom object that has the string as a property. In that case, back in IB, you'd specify something like objectValue.myStringPropertyName, but using the actually string property name.I hope that makes sense. It's actually pretty straightforward, but hard to describe clearly in words.
Topic: UI Frameworks SubTopic: AppKit Tags:
Jun ’16
Get NSArray "row" number using code
HiPlease excuse me if I got the termonology wrong here.I have the need ro know the row number/index of an array rowI have an array that has two other arrays in itI know I can access the elements directly using the index as followsmyARRAY[0][0], would give me row 1 column 1 etcHow can I find out how many rows are in my array so that I can access them using [0][0] and next row [1][0]?regardsMatt
2
0
424
Jul ’16
Reply to iOS 10 Beta 2: Lot's of logging messages from Apple frameworks
Same here. It's extra annoying because Apple killed Xcode plugins, meaning I can no longer use XcodeColors to colorize my own log output for easy visibility.To give some idea of how awful this is, here's the output from A SINGLE CLICK OF THE SIMULATOR SCREEN (not even on a button or other interactive element, mind you):2016-07-08 11:32:25.265147 MyApp[28879:5438771] [HIDEvents] HID Event incoming: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Timestamp: 494187038383880 Total Latency: 1430 us [1mSenderID: 0x30236E6565726353 NON KERNEL SENDER [0mBuiltIn: 0 AttributeDataLength: 48 AttributeData: 02 00 00 00 20 00 00 00 f7 10 c9 58 96 1a 4e 27 ac 29 1e 41 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ValueType: Absolute EventType: Digitizer Flags: 0xa0005 DisplayIntegrated: 1 TransducerType: Hand TransducerIndex: 0 Identity: 0 EventMask: 2 Events: Touch ButtonMask: 0 Range: 0 Touch: 1 Pressure: 0.000000 AuxiliaryPressure: 0.000000 Twist: 0.000000 Gen
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’16
appStoreReceiptURL size getting out of hand
Our team is running up against increasingly large appStoreReceiptURL sizes as users buy more and more subscriptions. Storing the receipt on the server backend, for future validation/expiration testing, is running into database column size limitations. Is there any way to deal with this other than increasing the size of the database column? That seems like delaying the inevitable to me.
4
0
1.1k
Jul ’16
Reply to How to decide which NCWidgetDisplayMode to set
From my testing it seems a compact widget will always be 110 points tall on all devices. The width will vary on device (and even which column it is in when shown in landscape on iPad).I don't think you can programmatically switch between compact and expanded modes. Although maybe setting the largestAvailableDisplayMode to Compact when currently in Expanded would presumably switch. I expect the Show More/Less button would disappear then. I think if your widget could ever need more than 110 points it's best to set the largestAvailableDisplayMode to Expanded.In my opinion, a user who leaves the widget expanded (i.e. the button is Show Less) is expressing a desire to see all the information. If you currently don't have much information, then the widget will appear at the smaller size (it can never be smaller than 110 points tall, no matter what your preferredContentSize height is). But when your content changes, the widget will grow automatically (since it is in Expanded mode). A user who leaves the widg
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’16