Alessandro Ornano

Results 9 issues of Alessandro Ornano

Just only writing this line: `let task = Dynamic.Process()` my program crash with this debug message in object.

This happened with Xcode 12.0 and Carthage: *** Building scheme "Cupcake" in Cupcake.xcodeproj Build Failed Task failed with exit code 1: /usr/bin/xcrun lipo -create /Users//Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Cupcake/1.3.1/Build/Intermediates.noindex/ArchiveIntermediates/Cupcake/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Cupcake.framework/Cupcake /Users//Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A7209/Cupcake/1.3.1/Build/Products/Release-iphonesimulator/Cupcake.framework/Cupcake -output /Users//Desktop//Carthage/Build/iOS/Cupcake.framework/Cupcake

I've a simple list of items that change during time, but `reloadData()` don't change titles. I've no errors but the datasource list remain always the same as started. I've try...

Maybe this is not properly a bug or issue, but an improve. Suppose we have a layer in our map that represent a wall, composed by little rectangles with a...

enhancement

To solve you need to add this to your `Info.plist` (right mouse button on keys and select 'Raw keys and values'): ``` UIBackgroundModes |- item0: remote-notifications ```

Everytime you try to do an orientation change, webview stop to scroll and all is freezed (iOS 8.2 iphone 5 and iphone 6) using storyboard

My app compiles, validates and stores correctly from Xcode IDE. But I cannot use Xcode on my osx server so **I need to use xcodebuild**, where I have always successfully...

You've put iOS flag on the header of your project but swiftshell is only compatible with macOS or Linux.